SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders: - PBM : PbmDecoder - GIF : GifDecoder - Webp : WebpDecoder - TGA : TgaDecoder - JPEG : JpegDecoder - PNG : PngDecoder - TIFF : TiffDecoder - BMP : BmpDecoder at SixLabors.ImageSharp.Image.Load[TPixel](Configuration configuration, Stream stream, IImageFormat& format) at SixLabors.ImageSharp.Image.Load[TPixel](Configuration configuration, Byte[] data) at Dovista.Pim.Imaging.ImageBroker.GetProcessedImage(Byte[] fileData, String originalFileUrl, Nullable`1 width, Nullable`1 height, ResizeMode mode) in /src/Dovista.Pim.Imaging/ImageBroker.cs:line 108 at Dovista.Pim.WebApi.Controllers.FilesController.GetFile(String fileid, String filename, String displayConfig, String mimetype, String mode, Nullable`1 width, Nullable`1 height) in /src/Dovista.Pim.WebApi/Controllers/FilesController.cs:line 177